[][src]Crate mula_proc_macro

Attribute Macros

mula

Makes the function run only once at a time for a given input. Any calls made with the same argument after the first will block and wait for it to finish and get the result once it is available.